- Obsidian Md Mcp Via Rest Api
Obsidian Md Mcp Via Rest Api
Dockerized MCP Server connected to Obsidian Vault with Local REST API. (rewritten completely with BUN to make it faster and more lightweight)
Overview
[PRE-RELEASE] The mcp-obsidian repository provides a Model Context Protocol (MCP) server that enables AI assistants and other MCP clients to interact with Obsidian vaults through the Local REST API plugin. This server acts as a bridge between MCP-compatible applications and Obsidian's knowledge management capabilities, allowing programmatic access to notes, search functionality, and vault metadata.
Server Config
{
"mcpServers": {
"obsidian": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"API_KEY",
"-e",
"API_URLS",
"ghcr.io/oleksandrkucherenko/obsidian-mcp:latest"
],
"env": {
"API_KEY": "<your-obsidian-api-key>",
"API_URLS": "[\"https://host.docker.internal:27124\"]"
}
}
}
}Project Info
Created At
a year agoUpdated At
5 months agoAuthor Name
Oleksandr KucherenkoStar
-Language
-License
-Recommend Servers
View AllShotapi
@smallhandsome
9 hours ago
Crevio
a day ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Airtreks Mcp
@SEKeener
10 hours ago
Serper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago